go/types.Context.originIDs (field)
4 uses
go/types (current package)
context.go#L48: originIDs map[Type]int // origin type -> unique ID
context.go#L61: originIDs: make(map[Type]int),
context.go#L140: id, ok := ctxt.originIDs[t]
context.go#L143: ctxt.originIDs[t] = id
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)